home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / hpad / hpad5pro.exe / {app} / templates / CSS / Theme 2.css < prev    next >
Cascading Style Sheet File  |  2003-11-06  |  468b  |  58 lines

  1. body
  2. {
  3.   font-family: Verdana, Arial, Helvetica;
  4.   background-color: #000000;
  5.   color: #FFFFFF;
  6. }
  7.  
  8. a:link
  9. {
  10.   color: #FFCC00
  11. }
  12.  
  13. a:visited
  14. {
  15.   color: #FFFF99
  16. }
  17.  
  18. a:active
  19. {
  20.   color: #FF3300
  21. }
  22.  
  23. h1, h2, h3, h4, h5, h6
  24. {
  25.   font-family: Verdana, Arial, Helvetica;
  26. }
  27.  
  28. h1
  29. {
  30.   color: #FFCC00
  31. }
  32.  
  33. h2
  34. {
  35.   color: #FFFFFF
  36. }
  37.  
  38. h3
  39. {
  40.   color: #CC3300
  41. }
  42.  
  43. h4
  44. {
  45.   color: #FFFF99
  46. }
  47.  
  48. h5
  49. {
  50.   color: #FFFF00
  51. }
  52.  
  53. h6
  54. {
  55.   color: #FFFFFF
  56. }
  57.  
  58.